Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
o2eie
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
gp63dyte
o2eie
Commits
3ee03268
Commit
3ee03268
authored
3 years ago
by
gp63dyte
Browse files
Options
Downloads
Patches
Plain Diff
Initial commit
parent
6a2b7178
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+3
-0
3 additions, 0 deletions
.gitignore
DESCRIPTION
+12
-0
12 additions, 0 deletions
DESCRIPTION
NAMESPACE
+2
-0
2 additions, 0 deletions
NAMESPACE
inst/workflow.R
+11
-0
11 additions, 0 deletions
inst/workflow.R
with
28 additions
and
0 deletions
.gitignore
+
3
−
0
View file @
3ee03268
...
...
@@ -2,3 +2,6 @@
.Rhistory
.RData
.Ruserdata
.Rdata
.httr-oauth
.DS_Store
This diff is collapsed.
Click to expand it.
DESCRIPTION
0 → 100644
+
12
−
0
View file @
3ee03268
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
This diff is collapsed.
Click to expand it.
NAMESPACE
0 → 100644
+
2
−
0
View file @
3ee03268
# Generated by roxygen2: do not edit by hand
This diff is collapsed.
Click to expand it.
inst/workflow.R
0 → 100644
+
11
−
0
View file @
3ee03268
# 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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment