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.
แบบฝึกหัดนี้เป็นส่วนหนึ่งของหลักสูตร
Developing R Packages
คำแนะนำการฝึกหัด
- 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.
แบบฝึกหัดเชิงโต้ตอบแบบลงมือทำ
ลองทำแบบฝึกหัดนี้โดยเติมโค้ดตัวอย่างนี้ให้สมบูรณ์
# Check if gg_plot2 meets CRAN naming standards
___
# Check if unitConverter is available on CRAN
___
# Check sentiment of terrible
___