rundel / ghclass

Tools for managing classroom organizations
https://rundel.github.io/ghclass/
GNU General Public License v3.0
142 stars 22 forks source link

Fix logic bug for multiple file addition #127

Closed finnlindgren closed 3 years ago

finnlindgren commented 3 years ago

If more than one file is specified, if (files == ".") fails due to invalid vector if-logic. Changed to identical(files, ".") to correctly capture the intended default setting.

Also related to https://github.com/rundel/ghclass/issues/125

finnlindgren commented 3 years ago

The check fail seems to be an internal github action issue with installing other R packages (which might be a temporary issue with the checking).