Skip to content

Commit 5d2c87f

Browse files
committed
update comments with package names quoted properly
1 parent 4bc5344 commit 5d2c87f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cran-comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Possibly mis-spelled words in DESCRIPTION:
3232
* checking package dependencies ... NOTE
3333
Package suggested but not available for checking: 'gurobi'
3434

35-
As "gurobi" is a commercial software, the R package needs to be installed through a download from their website and is not available on CRAN. This package is not required for my package as I provide an alternative using "Rglpk" from CRAN, but it is recommended. I have checked for the gurobi package in the code before using it with requireNamespace(), and have mentioned gurobi and its installation in the description of the package.
35+
As 'Gurobi' is a commercial software, the R package needs to be installed through a download from their website and is not available on CRAN. This package is not required for my package as I provide an alternative using 'Rglpk' from CRAN, but it is recommended. I have checked for the 'gurobi' package in the code before using it with requireNamespace(), and have mentioned 'gurobi' and its installation in the description of the package.
3636

3737
## Downstream dependencies
3838
There are currently no downstream dependencies for this package.

0 commit comments

Comments
 (0)