CommencerCommencer gratuitement

Checking your package name

You'll now take on the role of a helpful coworker assisting your colleague with a task. Your colleague needs to work with the available package to perform several checks related to package names. You will guide them through the process of checking the validity of a given package name, verifying the availability of the name on CRAN, and analyzing the sentiment of the name.

The available package has been loaded for you.

Cet exercice fait partie du cours

Developing R Packages

Afficher le cours

Instructions

  • Perform checks for the package name gg_plot2, then review the output to see if it satisfies CRAN naming standards.
  • Perform checks for the package name unitConverter, then review the output to see if the name is available on CRAN.
  • Perform checks for the package name terrible, then review the output to check the sentiment for the name.

Exercice interactif pratique

Essayez cet exercice en complétant cet exemple de code.

# Check if gg_plot2 meets CRAN naming standards
___

# Check if unitConverter is available on CRAN
___

# Check sentiment of terrible
___
Modifier et exécuter le code