jeroenjanssens / raylibr

R package that wraps Raylib, a simple and easy-to-use library to enjoy videogames programming
https://jeroenjanssens.github.io/raylibr/
Other
44 stars 6 forks source link

Reduce dependencies #10

Closed jeroenjanssens closed 1 year ago

jeroenjanssens commented 2 years ago

Would be good to reduce the number of dependencies. For instance:

Moreover, some demos currently depend on packages that are not listed as a dependency in DESCRIPTION:

We should either add them as dependencies or replace the code with a base alternative.

jeroenjanssens commented 1 year ago

Removed {fs}, {glue}, {stringr}, {dplyr}, and {purrr} as dependencies from the demos (see 6e3458ab14fa8a1dab0b11324b2de4a923e7750b).

jeroenjanssens commented 1 year ago

Removed {glue} and {dplyr} as dependencies (see 70bec409355d8078c52f2ddefb2e30889d599ec6 and b13a69d358dc8f5044ce550861500c885bbe8afe).