Skip to content

Commit

Permalink
fix contributing dot md thing
Browse files Browse the repository at this point in the history
  • Loading branch information
trb5me committed Sep 3, 2021
1 parent 6ae5a07 commit eb72c3b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
^doc$
^Meta$
^cran-comments\.md$
^\.github$
File renamed without changes.
2 changes: 2 additions & 0 deletions CRAN-RELEASE
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This package was submitted to CRAN on 2021-09-03.
Once it is accepted, delete this file and tag the release (commit 6ae5a07).
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ It might be beneficial to recommend that your students:

## Contributing

Please click [here](CONTRIBUTING.md) for more information on how you can contribute to this project!
Please see `CONTRIBUTING.md` for more information on how you can contribute to this project!
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# gradeR

<!-- badges: start -->

<!-- badges: end -->

The goal of `gradeR` is to help grade bunches of `R` script assignment
Expand Down Expand Up @@ -58,19 +57,19 @@ file you must create on your own. For more information on how to write

It might be beneficial to recommend that your students:

- clear out their workspace and `source` their `.R` submissions before
- clear out their workspace and `source` their `.R` submissions before
submitting them. This makes sure everything runs as expected (at
least on their machine).
- to not rename files that are read in as data, or change any raw data
- to not rename files that are read in as data, or change any raw data
files on *their* hard drives. If they forget to abide by this rule,
you will have to edit their submission and rename file names in
their script.
- to not use global file paths (have them interactively use `setwd()`,
- to not use global file paths (have them interactively use `setwd()`,
and then read in files using only their name). If they forget to do
this, then you will need to change all of the global paths to local
paths on their machine.

## Contributing

Please click [here](CONTRIBUTING.md) for more information on how you can
contribute to this project\!
Please see `CONTRIBUTING.md` for more information on how you can
contribute to this project!
3 changes: 1 addition & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@

## R CMD check results

0 errors | 0 warnings | 1 note
0 errors | 0 warnings | 0 notes

* This is an update.

* removed CONTRIBUTING.md from .Rbuildignore so there's no dead link to CONTRIBUTING.md on README.md

0 comments on commit eb72c3b

Please sign in to comment.