Open spsanderson opened 1 year ago
Cool. I try it but not working.
When i change the code as you can see in below (first image)
Then, i receive the folowing (0 errors, 1 warning, 0 note; see picture 2)
Now it remains how i can fix brvm-boc.R function
i just use str_sub to avoid using non ascii character
else if (str_sub(stock_data[i,1], 1,13) == "TOTAL - March" ){ stock_data[i,1:2] = "TOTAL - Equities market" }
It work now
we can now try to publish
Where are you using tidy? That is a command typical of broom package
On Sat, Mar 4, 2023 at 10:57 PM Koffi Frederic Sessie < @.***> wrote:
i just use str_sub to avoid using non ascii character
else if (str_sub(stock_data[i,1], 1,13) == "TOTAL - March" ){ stock_data[i,1:2] = "TOTAL - Equities market" }
It work now
we can now try to publish
[image: image] https://user-images.githubusercontent.com/89697268/222940844-f1d667fb-bae4-43fd-aadb-f761d200c77d.png
— Reply to this email directly, view it on GitHub https://github.com/Koffi-Fredysessie/BRVM/issues/32#issuecomment-1454982581, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAPCNSZRXW7NJ2BHL7T2KXTW2QFJNANCNFSM6AAAAAAVPSKLGU . You are receiving this because you authored the thread.Message ID: @.***>
-- Steven P Sanderson II, MPH Book on Lulu http://goo.gl/lmrlFI Personal Site http://www.spsanderson.com
I Don't even Knox where it Comes from. I Don't use tidy package but rhub IS bringing it out. I'm confused and i'm still looking from where it is coming from.
don't worry about the notes for now
the 'htt2' package needs to be added to the imports section of the DESCRIPTION file.