-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'apa_print' doesn't work for object of class "afex_aov" #361
Comments
Hi Alex, I can reproduce this and I'll have to take a closer look when I find some time. It appears this is somehow related to the S3 method dispatch. It works for me when I either first load apa_anova <- papaja::apa_print.afex_aov(mt_anova) |
Hi guys, I just figured out what the problem is: See also hadley Wickham's recent addition to his book mentioning this problem. |
Related: #250 |
I'm still getting the same error as @alexholcombe (when using his reprex), even after installing from the development branch. However, the following works (as per @mariusbarth's comment):
Session Info─ Session info ────────────────────────────
setting value
version R version 3.5.3 (2019-03-11)
os macOS Mojave 10.14.6
system x86_64, darwin15.6.0
ui RStudio
language (EN)
collate en_AU.UTF-8
ctype en_AU.UTF-8
tz Australia/Sydney
date 2020-06-08 RStudio version: 1.3.300 |
Hi @shirdekel, thanks for reporting this!. |
In my opinion, the best approach to avoid any of these problems is to load |
I'm right there with you! |
@crsh, at the moment, even loading |
Upgraded to R 4.0.1, and it works fine now. Thanks everyone! |
Perfect, thanks for your efforts! |
Thanks @shirdekel, I have updated the R dependency to >= 3.6 on the |
Hello @crsh ! I'm new to papaja, so I used the example file from ECVP 2019 tutorial to see how it worked. I ran it on R 4.0.2, but I still got the aforementioned error. Below is the error message. I wonder where that went wrong.
|
Are you using the current development version ( |
Oops, my bad! It works with the current development version. The pdf rendering works well, but the word rendering looks a bit awkward (as already addressed as a limitation) and always opens via Skype, for some reason... I wonder if that also happens to others and a new issue should be opened? Thanks for your prompt response! |
Mine also always opens via Skype. Someone else also mentioned somewhere
that it doesn't open in Word for them, either. Not sure if this is a bug in
papaja, but still, changing papaja somehow might remedy this. In the
meantime, in case you're having trouble with a workaround: once the file
opens in Skype, I send it within Skype to a family member, who knows to
ignore the attachments. Then I can download it from the Skype conversation.
Alex
…On Thu, Jun 25, 2020 at 2:50 AM intanwardhani ***@***.***> wrote:
Oops, my bad! It works with the current development version. The pdf
rendering works well, but the word rendering looks a bit awkward (as
already addressed as a limitation) and always opens via Skype, for some
reason... I wonder if that also happens to others and a new issue should be
opened? Thanks for your prompt response!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#361 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGYKTTWUU5JULOAWXDYKA3RYIVEVANCNFSM4MKNKBOA>
.
--
Alex Holcombe | Professor
School of Psychology | Faculty of Science
The University of Sydney
Web <https://sydney.edu.au/science/people/alex.holcombe.php>, Twitter
<https://twitter.com/ceptional>, Map
<http://openwetware.org/wiki/Holcombe:Location>
|
The Skype thing is definitely not related to papaja, I believe, as I also have the problem when knitting other RMarkdown documents. |
Thanks for confirming this. So this is either a more general issue with |
Hi, there, I had an error when using 'apa_print.afex_aov()', but without problem when using I dowloaded the latest version of papaja, see below, and reproduced @alexholcombe 's code. Session info:
The results were:
|
Hi, @mariusbarth , thanks for your quick response! |
Describe the bug
"No applicable method for 'apa_print' applied to an object of class "afex_aov"" even though it's mentioned in the manual here: https://crsh.github.io/papaja_man/reporting.html
To Reproduce
Expected behavior
Print object
The text was updated successfully, but these errors were encountered: