CorrelAid / datenguideR

R wrapper for the datengui.de GraphQL API to easily access German regional statistics
GNU General Public License v3.0
25 stars 3 forks source link

Fix warning (magrittr doc) #19

Open lhehnke opened 4 years ago

lhehnke commented 4 years ago

pipe html Rd warning: C:/Users/u126569/AppData/Local/Temp/RtmpMJBV8M/R.INSTALL309474dd4958/datenguideR/man/pipe.Rd:10: file link '%>%' in package 'magrittr' does not exist and so has been treated as a topic

Link in documentation for %>% is broken.

IndrajeetPatil commented 4 years ago

Here is a possible solution: https://github.com/r-lib/usethis/issues/478