Skip to content
Snippets Groups Projects
Commit 3ee03268 authored by gp63dyte's avatar gp63dyte
Browse files

Initial commit

parent 6a2b7178
No related branches found
No related tags found
No related merge requests found
...@@ -2,3 +2,6 @@ ...@@ -2,3 +2,6 @@
.Rhistory .Rhistory
.RData .RData
.Ruserdata .Ruserdata
.Rdata
.httr-oauth
.DS_Store
Package: o2eie
Title: What the Package Does (One Line, Title Case)
Version: 0.0.0.9000
Authors@R:
person("First", "Last", , "first.last@example.com", role = c("aut", "cre"),
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: What the package does (one paragraph).
License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
license
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
# Generated by roxygen2: do not edit by hand
# File => New Project =>
library(devtools)
use_description()
use_namespace()
use_git()
use_package("dplyr")
use_package("leaflet")
use_package("lavaan")
use_gpl3_license(name = "Guillaume Patoine")
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment