ComeçarComece de graça

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.

Este exercício faz parte do curso

Developing R Packages

Ver curso

Instruções do exercício

  • 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.

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

# Check if gg_plot2 meets CRAN naming standards
___

# Check if unitConverter is available on CRAN
___

# Check sentiment of terrible
___
Editar e executar o código