Skip to content

add complementary writing guidelines #75

Open
@avallecam

Description

@avallecam

Question: Where and how to add all this information in the CONTRIBUTING file?

Ideas in #80


In:

### Writing guidelines

For Workbench novice users:

  • Follow the steps to create a new lesson locally.
  • Build the new lesson with sandpaper::build_lesson().
  • If you have any issues with this, report back for support.

Add in the Developers:

Add in the Maintainers:

Update the renv.lock and activate.R files locally with the workbench

renv::status(lockfile = "renv/profiles/lesson-requirements/renv.lock")
?renv::status # find solutions to status
renv::install() # this may react to uninstalled packages, install and try again
renv::snapshot(lockfile = "renv/profiles/lesson-requirements/renv.lock")
renv::status(lockfile = "renv/profiles/lesson-requirements/renv.lock") # expect no issues
sandpaper::build_lesson() # confirm everything its ok

If a renv or any automatic update generates an unexpected change in any R outputs, then we should use that same PR to make the corresponding correction.

Add to general installation

pak::pak("epiverse-trace/varnish@epiversetheme")
pak::pak("epiverse-trace/sandpaper@patch-renv-github-bug")

How to refer to local files within episodes? Here are examples of how we redirect to:

About translations

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationhelp wantedExtra attention is neededquestionFurther information is requestedto-all-tasksTo apply in all repos after solved in early-task

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions