Your next task for your Pick a Text selection is to create a data package in R to make it accessible to the world.
(At present you will be working in a private repo: you can convert this to a public repo at some point in the future.)
This assignment is due by the end of the day on Friday, February 16th.
Please close the issue that I've created prior to that deadline to let me know that you are ready for my review.
The goal of the assignment is to make the text accessible to you and others (eventually: these are private repos at present).
I've created a GitHub repo for your work on this front.
Key steps needed on your end:
create a new project for your Pick a Book repo
run Check from the Build panel to ensure that it is correctly building
start to replace the various parts and pieces
contents of data_raw (then run DATASET.R to update data)
review contents of data
update documentation in R (then run roxygen2::roxygenize() to update man)
update DESCRIPTION
update README.qmd and render it to update README.md
update LICENSE.md and LICENSE with your package name
Please be sure to remove any obsolete files or references to foo.
Throughout the process, please be sure to:
pull/fetch, commit, and push often
run Check from the Build panel to ensure that the package is correctly building
share any questions or problems with me with GitHub issue or via Slack
Your next task for your
Pick a Text
selection is to create a data package in R to make it accessible to the world. (At present you will be working in a private repo: you can convert this to a public repo at some point in the future.)This assignment is due by the end of the day on Friday, February 16th. Please close the issue that I've created prior to that deadline to let me know that you are ready for my review.
The goal of the assignment is to make the text accessible to you and others (eventually: these are private repos at present). I've created a GitHub repo for your work on this front.
Key steps needed on your end:
Check
from theBuild
panel to ensure that it is correctly buildingdata_raw
(then runDATASET.R
to updatedata
)data
R
(then runroxygen2::roxygenize()
to updateman
)DESCRIPTION
README.qmd
and render it to updateREADME.md
LICENSE.md
andLICENSE
with your package namePlease be sure to remove any obsolete files or references to
foo
.Throughout the process, please be sure to:
Check
from theBuild
panel to ensure that the package is correctly building