https://github.com/agdamsbo/advanced-r3
Course material and tasks for Advanced Reproducible Research in R (https://ddeacademy.dk/events/course/advanced-course-on-reproducible-research-in-radvanced-course-on/)
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.4%) to scientific vocabulary
Repository
Course material and tasks for Advanced Reproducible Research in R (https://ddeacademy.dk/events/course/advanced-course-on-reproducible-research-in-radvanced-course-on/)
Basic Info
- Host: GitHub
- Owner: agdamsbo
- License: cc0-1.0
- Language: JavaScript
- Default Branch: main
- Homepage: https://agdamsbo.github.io/advanced-r3/
- Size: 935 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
AdvancedR3: Course material and tasks for Advanced Reproducible Research in R
The pipelined website is now live here: link.
~~TODO: Give a brief description of what your project is about~~
This project is about learning reproducible and sharrable code
Brief description of folder and file contents
~~TODO: As project evolves, add brief description of what is inside the data, doc and R folders.~~
The following folders contain:
-
data/: Contains modified data to use -
doc/: Contains exported documents -
R/: Contains R functions
Installing project R package dependencies
If dependencies have been managed by using
usethis::use_package("packagename") through the DESCRIPTION file,
installing dependencies is as easy as opening the AdvancedR3.Rproj
file and running this command in the console:
```
install.packages("remotes")
remotes::install_deps() ```
You'll need to have remotes installed for this to work.
Resource
For more information on this folder and file workflow and setup, check out the prodigenr online documentation.
Owner
- Name: Andreas Gammelgaard Damsbo
- Login: agdamsbo
- Kind: user
- Location: Aarhus, Denmark
- Website: https://andreas.gdamsbo.dk/
- Repositories: 69
- Profile: https://github.com/agdamsbo
MD, clinical researcher, opensource-enthusiast.
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0